home *** CD-ROM | disk | FTP | other *** search
/ Aminet 2 / Aminet AMIGA CDROM (1994)(Walnut Creek)[Feb 1994][W.O. 44790-1].iso / Aminet / dev / gcc / gerlib_usr08b.readme < prev    next >
Encoding:
Text File  |  1993-12-13  |  1.9 KB  |  64 lines

  1. Short: for gcc: create prgs w/o ixemul.library
  2. Type: dev/gcc
  3. Uploader: maurer@informatik.tu-muenchen.de
  4. Author: muellerg@informatik.tu-muenchen.de
  5.  
  6. gerlibv08b is an environment for gcc to create Amiga-only
  7. programs. No ixemul.library is needed for this any more !
  8.  
  9. With this package it is possible for everybody who has
  10. enough RAM and harddisk-space to write programs in C or C++,
  11. which don't need the ixemul.library or any other big library.
  12.  
  13. gerlibv08b is splitted in two parts:
  14.  
  15.  - gerlib_usr08b.lha - this is the user package of gerlibv08b.
  16.    If you want to use gerlib, you only need this package.
  17.  
  18.  - gerlib_dev08b.lha - here all the sourcecode of gerlibv08b
  19.    is stored. You need this only if you want to fix bugs ;-)
  20.    or if you want to know how some things are working.
  21.  
  22. If you want to use gerlibv08b, you need gcc. I prefer version
  23. 2.3.3 (port done by M.WILD), as this seems to be the only port
  24. (until now) in which the C++-compiler works.
  25.  
  26. You need also the Amiga-includes from Commodore. Look at the
  27. latest CD from Fred Fish, I heard they are on it.
  28.  
  29. Here a short feature-list:
  30.  
  31.  - short startup-code
  32.  
  33.  - doesn't need any runtime-library
  34.  
  35.  - the most important ANSI-functions are implemented
  36.  
  37.  - some usefull small classes are provided (e.g. a small class
  38.    that emulates cin or cout)
  39.  
  40.  - the documentation for gcc 2.3.3 is provided as amigaguide-file
  41.  
  42.  - support of libg++ 2.4
  43.  
  44.  - the documentation for libg++ v2.4 is provided as amigaguide-file
  45.  
  46.  - MUI-support
  47.  
  48.  - complete sourcecode in gerlib_devev08b.lha
  49.  
  50.  - an introduction in gerlibv08b is provided (english, 30 Kb)
  51.  
  52. This package is FD. All parts which were written from me are under
  53. the protection of the GNU-Licence. All other parts are also under
  54. GNU-Licence or Copyright (c) 1982, 1985 Regents of the University
  55. of California.
  56.  
  57. Look at the documentation for additional rules.
  58.  
  59. Some parts were taken and modified from ixemul.library. Thanks, M.WILD!
  60.  
  61. Enjoy,
  62.  
  63. - Gerhard Mueller
  64.